ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / BottomLeftCellsTemplate Property

In This Topic
    BottomLeftCellsTemplate Property (FlexGridBase<T>)
    In This Topic
    Gets the templates applied in bottom left cells.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property BottomLeftCellsTemplate As CellTemplate
    public virtual CellTemplate BottomLeftCellsTemplate {get;}
    See Also